From 1aa1a4d862671a5fa5562c5f59edb9c65c9af2fe Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Fri, 27 Aug 2004 12:40:07 +0000 Subject: [PATCH] bitkeeper revision 1.1159.53.10 (412f2ba7civqPBzGAWhK9meDyFJljw) We now build the 2.6 linux kernel by default. If you still want 2.4, either set LINUX_RELEASE=2.4 or use the 'make linux24' target. --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dace27825d..971c257603 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ dist: all $(MAKE) linux-xenU $(MAKE) linux-xen0 -LINUX_RELEASE ?= 2.4 +LINUX_RELEASE ?= 2.6 LINUX_VER ?= $(shell ( /bin/ls -ld linux-$(LINUX_RELEASE).*-xen-sparse ) 2>/dev/null | \ sed -e 's!^.*linux-\(.\+\)-xen-sparse!\1!' ) LINUX26_VER ?= $(shell ( /bin/ls -ld linux-2.6.*-xen-sparse ) 2>/dev/null | \ @@ -123,6 +123,12 @@ linux26: $(MAKE) LINUX_RELEASE=2.6 config-xen0 $(MAKE) LINUX_RELEASE=2.6 linux-xen0 +linux24: + $(MAKE) LINUX_RELEASE=2.4 mk-linux-trees + $(MAKE) LINUX_RELEASE=2.4 config-xenU + $(MAKE) LINUX_RELEASE=2.4 linux-xenU + $(MAKE) LINUX_RELEASE=2.4 config-xen0 + $(MAKE) LINUX_RELEASE=2.4 linux-xen0 clean: delete-symlinks $(MAKE) -C xen clean -- 2.30.2